Skip to content

ci: update issue and PR templates with SDK-specific fields - #554

Merged
BigBen-7 merged 1 commit into
Lead-Studios:mainfrom
jeorgei:main
Aug 28, 2026
Merged

ci: update issue and PR templates with SDK-specific fields#554
BigBen-7 merged 1 commit into
Lead-Studios:mainfrom
jeorgei:main

Conversation

@jeorgei

@jeorgei jeorgei commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates the existing issue and PR templates with the fields #548 asks for. The repo
already had .github/ISSUE_TEMPLATE/*.md and PULL_REQUEST_TEMPLATE.md — this is a
content update to those three files, not new files (the issue's "the repo has no
templates" framing was slightly off; they existed but were missing the SDK-specific
fields).

What Changed

  • bug_report.md — adds a fenced TypeScript code block for a minimal reproduction and a
    dedicated error-message/stack-trace field
  • feature_request.md — adds "use case," "proposed method signature" (as a TS snippet),
    and "example call," alongside the existing "alternatives considered"
  • PULL_REQUEST_TEMPLATE.md — checklist now explicitly includes CHANGELOG.md updated
    and API surface change is intentional, matching what CONTRIBUTING.md already
    requires (CI fails on src/ changes without a CHANGELOG entry) but the template never
    surfaced as a checkbox. Kept the existing tests/docs/build/lint checks rather than
    removing them.

Checklist

  • Docs updated (this PR IS the docs/templates update)
  • CHANGELOG.md — not updated; nothing under src/ changed, so CI's changelog check
    doesn't apply here
  • N/A — no code, no npm run build/npm test/npm run lint changes to verify beyond
    confirming the templates render correctly on a draft PR

closes #548
closes #545
closes #547
closes #539

Bug report template now asks for a minimal TypeScript reproduction and
the error message/stack trace, not just free-text steps. Feature
request template now asks for a proposed method signature and example
call instead of generic problem/solution prose. PR template checklist
adds CHANGELOG.md and "API surface intentional" as explicit items,
matching what CONTRIBUTING.md already requires but the old template
didn't surface.

Closes Lead-Studios#548
@drips-wave

drips-wave Bot commented Aug 28, 2026

Copy link
Copy Markdown

@jeorgei Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@BigBen-7
BigBen-7 merged commit 6db38ad into Lead-Studios:main Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment